/*====全局公共样式部分====*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, cite, code, del, dfn, em, font, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.focus {
    outline: 0;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

a:visited {
    color: #989898;
}

table {
    border-collapse: collapse;
}

html {
    font-family: "微软雅黑", "宋体", "新宋体";
}

body {
    font: 14px/24px "微软雅黑";
    color: #272727;
    background: #fff;
}

ul li {
    list-style: none;
}

input:focus, textarea:focus {
    outline: none !important;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.te_ov {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.transition_35 {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

.form-tips {
    font-size: 12px
}

/*=====全局公共样式部分====*/

/*头部*/

/*pc*/

.header {
    padding: 31px 0 22px;
    height: 131px;
    position: relative;
}

.logo {
    display: block;
    width: 250px;
    height: 64.5px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
    height: auto;
}

.nav {
    height: 36px;
    margin-top: 30px;
    /*padding-right: 40px;*/
}

.nav_list {
    display: flex;
    justify-content: space-between;
}

.nav_list li {
    margin: 0 15px;
    height: 46px;
}

.nav_list li a {
    /*display: block;*/
    font: 18px/46px "微软雅黑";
    color: #000;
}

.nav_list li.hover, .nav_list li:hover {
    border-bottom: 3px solid #004ea2;
}

.nav_list li.hover>a, .nav_list li:hover>a {
    color: #f68a0b;
}
.nav_two{
    width: 100%;
    background: #f4f4f4;
    position: absolute;
    left:0;
    top:110px;
    display: none;
    z-index: 222;
    padding-bottom: 15px;
    border-top: 1px solid #edf0f3;
}
.nav_list li:hover .nav_two{
    display: block;
}
.addd_box{
    display: flex;
    justify-content: space-between;
}
.add_box_left{
    width: 300px;
    padding: 40px 0;
}
.add_box_left_list{
    width: 100%;
}
.add_box_left_list li{
    text-indent: 15px;
    font: 20px/48px "微软雅黑";
    color: #070707;
    cursor: cell;
    margin: 0;
    height: 48px;
}
.add_box_left_list li.hover{
    background: #fff;
    color: #f67711;
    border-bottom: none;
}
.add_box_center{
    width: 375px;
    padding: 40px 0 0 40px;
    background: #fff;
}
.add_box_center a{
    display: block;
    font: 18px/42px "微软雅黑";
    color: #5d5d5d;
}
.add_box_center_box{
    width: 100%;
    display: none;
}
.add_box_center_box:first-child{
    display: block;
}
.add_box_right{
    width: 525px;
    padding: 40px 0 0 200px;
}
.add_box_right_top{
    width: 175px;
}
.add_box_right_top h2{
    font: 40px/84px "微软雅黑";
    color: #636363;
    text-align: center;
}
.add_box_right_top a{
    display: block;
    border: 1px solid #cecece;
    font: 20px/44px "微软雅黑";
    color: #959494;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.add_box_right p{
    font: 20px/44px "微软雅黑";
    color: #959494;
    margin-top: 10px;
}
.add_box_right b{
    font: 36px/40px "微软雅黑";
    color: #004ea2;
    font-weight: bold;
}
.nav_two_top{
    display: flex;
    justify-content: start;
    margin-bottom: 40px;
}
.nav_two_box{
    padding: 0 35px 0 10px;
    border-left: 2px solid #0f75e8;
}
.nav_two_box span{
    font:16px/28px "微软雅黑" !important;
    color: #000;
    padding-right: 10px;
    display: inline;
    cursor: cell;
}
.nav_two_box span:hover{
    color: #f68a0b;
}
.nav_two_box h2{
    margin-bottom: 3px;
    font:22px/34px "微软雅黑" !important;
    color: #0078ff;
    font-weight: bold;
}
.nav_two_dbox{
    width: 100%;
}
.nav_two_btm{
    width: 100%;
    justify-content: space-between;
    display: none;
}
.nav_two_btm:first-child{
    display: flex;
}
.nav_two_left{
    width: 224px;
}
.nav_two_left a{
    display: block;
    text-indent: 8px;
    font:16px/32px "微软雅黑" !important;
    color: #333 !important;
    border-bottom: 1px solid #0078ff;
    margin-bottom: 8px;
}
.nav_two_btm_box{
    width: 936px;
}
.nav_two_right{
    width: 936px;
    height: 385px;
    position: relative;
    display: none;
}
.nav_two_right:first-child{
    display: block;
}
.nav_two_right img{
    width: 100%;
    height: auto;
}
.nav_two_btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    right:20px;
    bottom:20px;
}
.nav_two_btn a{
    padding: 0 25px;
    font:16px/28px "微软雅黑" !important;
    color: #fff !important;
    border-radius: 8px;
    background: #2082fb;
    cursor: pointer;
}
.nav_two_btn a:first-child{
    margin-right: 20px;
}

/*移动*/

.m_nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
    background: #fff;
    padding: 15px 0 3px;
    display: none;
    height: 60px;
}

.m_nav .wrap {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.m_nav .wrap a {
    display: block;
    height: auto;
}

.m_nav .wrap a img {
    width: 100%;
    height: auto;
}

.m_nav_logo {
    width: 43%;
}

.m_nav_tel {
    width: 32%;
}

.m_nav_btn {
    width: 8%;
}

.nav_m_list ul li {
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #f7f7f7;
}

.nav_m_list ul li a {
    display: block;
    width: 100%;
    font: 16px/40px "微软雅黑";
    color: #777;
    text-align: center;
}

.nav_m_list ul {
    background: #fff;
}

.nav_m_list {
    width: 100%;
    display: none;
    background: rgba(32, 38, 44, 0.3);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 666;
}

/*头部*/

/*底部*/

/*pc*/

.footer {
    width: 100%;
    background: #0a294c;
    padding: 25px 0 30px;
}

.footer_top {
    width: 100%;
}

.footer_top p {
    padding-bottom: 15px;
}

.footer_top p a {
    padding: 0 10px;
    font: 18px/30px "微软雅黑";
    color: #c9c9c9;
}

.footer_btm {
    border-top: 1px solid #344c67;
    padding-top: 15px;
}

.footer_btm {
    width: 100%;
}

.footer_btm p {
    text-align: center;
}

.footer_btm p a {
    padding: 0 10px;
    font: 14px/30px "微软雅黑";
    color: #c9c9c9;
}

.zoom {
    display: none;
    width: 100%;
    height: 100%;
    background: #191919;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
}

.zoom img {
    width: 400px;
    height: 564px;
    margin: calc(50% - 600px) auto 0;
}
.zoom_btn_m{
    display: none;
}

/*移动*/

.m_footer {
    width: 100%;
    background: #0056b9;
    height: 60px;
    justify-content: space-around;
    z-index: 666;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}

.m_footer_kf {
    background: url("../images/footer_pic1.png") no-repeat center 5px;
}

.m_footer_qq {
    background: url("../images/footer_pic2.png") no-repeat center 5px;
}

.m_footer_tel {
    background: url("../images/footer_pic3.png") no-repeat center 5px;
}

.m_footer_ly {
    background: url("../images/footer_pic4.png") no-repeat center 5px;
}

.m_footer a {
    display: block;
    width: 20%;
    font: 14px/24px "微软雅黑";
    color: #fff;
    padding-top: 36px;
    background-size: 40%;
    text-align: center;
}

/*底部*/

/*首页*/

/*滚动新闻*/

.new_scroll {
    background: #f2f2f2;
    padding: 17px 0;
}

.txtScroll-top {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: relative;
    padding-left: 48px;
    background: url("../images/newscroll_bg.jpg") no-repeat left center;
}

.infoList {
    width: 100%;
    height: 32px;
}

.infoList li a {
    font: 14px/32px "微软雅黑";
    color: #272727;
}

/*正常banner*/

#swiper {
    width: 100%;
    position: relative;
    z-index: 1;
}

#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#banner img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    height: 100%;
}

#banner a:first-child img {
    left: 0;
}

#btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    height: 24px;
    border-radius: 12px;
    width: 150px
}

#btns span {
    margin-top: 5px;
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 18px;
    border-radius: 7px;
    background-color: #33a6ff
}

#btns span:hover {
    background: #f00
}

#btns .hover {
    background: #f00
}

/*介绍*/

.index_about {
    padding: 30px 0;
}

.index_about_left {
    width: 594px;
    height: 382px;
}

.index_about_left_border {
    width: 561px;
    height: 382px;
    border: 3px solid #378be9;
    position: relative;
}

.index_about_left_border a {
    display: block;
    width: 578px;
    height: 362px;
    position: absolute;
    left: 13px;
    top: 17px;
}

.index_about_left_border a img {
    width: 100%;
    height: auto;
}

.index_about_right {
    width: 565px;
}

.index_about_right_top {
    width: 100%;
    padding-top: 15px;
}

.index_about_right_top p {
    font: 14px/26px "微软雅黑";
    color: #272727;
    text-indent: 2em;
}

.index_about_right_top a {
    display: block;
    width: 158px;
    height: 44px;
    font: 14px/44px "微软雅黑";
    color: #464646;
    background: #f2f2f2;
    text-align: center;
    margin-top: 15px;
}

.index_about_right_btm {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.index_about_right_btm a {
    width: 240px;
    height: 70px;
    text-align: center;
    font: 24px/70px "微软雅黑";
    color: #272727;
    border: 1px solid #c9cbce;
}

/*污泥陶粒*/

.index_wntl {
    padding: 30px 0;
    background: #f0f0f0;
}

.index_title {
    height: 40px;
    padding-left: 25px;
    border-left: 17px solid #ff6637;
    margin-bottom: 30px;
}

.index_title a {
    font: 32px/40px "微软雅黑";
    color: #000;
}

.index_wntl_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.index_wntl_list li {
    width: 380px;
    height: 285px;
    margin-right: 30px;
    margin-bottom: 25px;
}

.index_wntl_list li:nth-child(3n) {
    margin-right: 0;
}

.index_wntl_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index_wntl_list li a img {
    width: 100%;
    height: 100%;
}

.index_wntl_list li a p {
    height: 44px;
    width: 100%;
    font: 14px/44px "微软雅黑";
    color: #fff;
    text-indent: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(21, 19, 19, 0.6);
}

.index_wntl_desc {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.index_wntl_desc div {
    width: 291px;
    height: 98px;
    margin-right: 12px;
    border: 3px solid #b7e0f5;
    padding: 20px;
    font: 14px/24px "微软雅黑";
    color: #444;
}

.index_wntl_desc div:nth-child(4n) {
    margin-right: 0;
}

.index_wntl_desc div b {
    font: 18px/24px "微软雅黑";
    color: #444;
    font-weight: bold;
}

/*石灰*/

.index_sh {
    padding: 30px 0;
    background: #fff;
}

.index_sh_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_sh_list li {
    margin-bottom: 6px;
}

.index_sh_list li:first-child, .index_sh_list li:nth-child(2), .index_sh_list li:nth-child(3) {
    height: 273px;
}

.index_sh_list li:nth-child(4), .index_sh_list li:nth-child(5), .index_sh_list li:last-child {
    height: 328px;
}

.index_sh_list li:first-child {
    width: 364px;
}

.index_sh_list li:nth-child(2) {
    width: 442px;
}

.index_sh_list li:nth-child(3) {
    width: 371px;
}

.index_sh_list li:nth-child(4) {
    width: 438px;
}

.index_sh_list li:nth-child(5) {
    width: 457px;
}

.index_sh_list li:last-child {
    width: 290px;
}

.index_sh_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index_sh_list li a img {
    width: 100%;
    height: 100%;
}

.index_sh_list li a:hover .index_sh_list_box {
    display: block;
}
.index_wntl_list li a:hover .index_sh_list_box {
    display: block;
}
.index_sh_list_box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 6, 6, 0.6);
    width: 100%;
    height: 100%;
    padding: 100px 50px 0;
}

.index_sh_list_box h3 {
    font: 18px/40px "微软雅黑";
    color: #fff !important;
    text-align: center;
    margin-bottom: 5px;
}

.index_sh_desc {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.index_sh_desc div {
    width: 291px;
    height: 98px;
    margin-right: 12px;
    border: 3px solid #e7e7e7;
    padding: 20px;
    font: 14px/24px "微软雅黑";
    color: #444;
    background: #f0f0f0;
}

.index_sh_desc div:nth-child(4n) {
    margin-right: 0;
}

.index_sh_desc div b {
    font: 18px/24px "微软雅黑";
    color: #444;
    font-weight: bold;
}

/*金属镁*/

.index_jsm {
    padding: 30px 0;
    background: #b6e5f7;
}

.index_jsm_box {
    width: 100%;
}

.index_jsm_left {
    width: 960px;
}

.index_jsm_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.index_jsm_list li {
    width: 284px;
    padding: 10px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.index_jsm_list li:nth-child(3n) {
    margin-right: 0;
}

.index_jsm_list li a {
    display: block;
    width: 100%;
}

.index_jsm_list li a img {
    width: 100%;
    height: 186px;
}

.index_jsm_list li a p {
    font: 14px/26px "微软雅黑";
    color: #333;
    padding: 8px 0 0 8px;
}

.index_jsm_right {
    width: 220px;
    padding: 18px 15px;
    background: #fff;
}

.index_jsm_right div {
    width: 100%;
    border: 3px solid #b6e5f7;
    padding: 19.5px 20px;
    font: 14px/24px "微软雅黑";
    color: #444;
    background: #f0f0f0;
    margin-bottom: 20px;
}

.index_jsm_right div:last-child {
    margin-bottom: 0;
}

.index_jsm_right div b {
    font: 18px/24px "微软雅黑";
    color: #444;
    font-weight: bold;
}

/*提交信息*/

.index_mess {
    width: 100%;
    position: relative;
    min-height: 240px;
}

.index_mess img {
    width: 100%;
    height: auto;
}

.index_mess_box {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 600px);
    top: 20px;
}

.index_mess_div {
    display: block;
    width: 230px;
    position: absolute;
    right: 0;
    top: 10px;
}

.index_mess_div h2 {
    font: 22px/30px "微软雅黑";
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.index_mess_form {
    display: block;
    box-sizing: border-box;
    width: 230px;
    background: #fff;
    padding: 20px 20px 5px 20px;
}

.index_mess_form input {
    display: block;
    width: 98%;
    border: 1px solid #c2e3e3;
    margin-bottom: 10px;
    height: 26px;
    font: 14px/26px "微软雅黑";
    color: #000;
    text-indent: 5px;
}

.index_mess_form input:last-child {
    border: none;
    background: #1363c7;
    text-align: center;
    font: 14px/26px "微软雅黑";
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

/*新闻*/

.index_new {
    padding: 30px 0;
}

.index_new_box {
    width: 100%;
}

.index_new_left {
    width: 533px;
}

.index_new_left a {
    display: block;
    width: 100%;
}

.index_new_left a img {
    width: 100%;
    height: 360px;
}

.index_new_right {
    width: 630px;
}

.index_new_list {
    width: 100%;
}

.index_new_list li {
    margin-bottom: 50px;
}

.index_new_list li:last-child {
    margin-bottom: 0;
}

.index_new_list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_new_list_left {
    width: 85px;
    height: 85px;
    background: #f2f2f2;
    padding-top: 20px;
}

.index_new_list_left h3 {
    font: 20px/24px "微软雅黑";
    color: #4c4c4c;
    text-align: center;
}

.index_new_list_left p {
    font: 14px/24px "微软雅黑";
    color: #666;
    text-align: center;
}

.index_new_list_right {
    width: 525px;
}

.index_new_list_right h3 {
    font: 16px/24px "微软雅黑";
    color: #656565;
    margin-bottom: 10px;
}

.index_new_list_right p {
    font: 14px/24px "微软雅黑";
    color: #898989;
}

.index_new_list li a:hover .index_new_list_right h3 {
    color: #f60909;
}

.index_new_list li a:hover .index_new_list_right p {
    color: #161616;
}
/*首页新闻改版*/
.index_new_top { display: flex; justify-content: space-between; }
.index_new_tit { width: auto; }
.index_new_tit a { font: 26px/40px "微软雅黑"; color: #2b2b2b; }
.index_new_tab { display: flex; justify-content: space-between; }
.index_new_tab li { margin-left: 20px; }
.index_new_tab li a { font: 18px/40px "微软雅黑"; color: #2b2b2b; }
.index_new_tab li:hover a, .index_new_tab li.hover a { color: #f60909; }
.index_new_btm { margin-top: 30px; }
.index_new_box { display: none; }
.index_new_box:first-child { display: block; }
.index_new_left { width: 600px; }
.index_new_right { width: 570px; height: 234px; }
.index_new_list { width: 100%; }
.index_new_list li { margin-bottom: 50px; }
.index_new_list li:last-child { margin-bottom: 0; }
.index_new_list li a { width: 100%; display: flex; justify-content: space-between; }
.index_new_list_left { width: 85px; height: 85px; background: #f2f2f2; padding-top: 20px; }
.index_new_list_left h3 { font: 20px/24px "微软雅黑"; color: #4c4c4c; text-align: center; }
.index_new_list_left p { font: 14px/24px "微软雅黑"; color: #666; text-align: center; }
.index_new_list_right { width: 475px; }
.index_new_list_right h3 { font: 16px/24px "微软雅黑"; color: #656565; margin-bottom: 10px; }
.index_new_list_right p { font: 14px/24px "微软雅黑"; color: #898989; }
.index_new_list li a:hover .index_new_list_right h3 { color: #f60909; }
.index_new_list li a:hover .index_new_list_right p { color: #161616; }
.index_new_right a { display: block; width: 100%; }
.index_new_right a img { width: 100%; height: 234px; }
.index_new_right_box { padding: 20px 15px; border: 1px solid #eeeeee; }
.index_new_right_box h3 { font: 16px/24px "微软雅黑"; color: #656565; margin-bottom: 10px; }
.index_new_right_box p { font: 14px/24px "微软雅黑"; color: #898989; }
.index_new_right_box:hover h3 { color: #f60909; }
.index_new_right_box:hover p { color: #161616; }
.add_new_left{width:354px;}
.lb-box{width:354px;height:300px;margin:15px auto;position:relative;overflow:hidden;}
.lb-content{width:100%;height:265px;}
.lb-item{width:100% !important;height:265px !important;display:none;position:relative;}
.lb-item > a{width:100% !important;height:265px !important;display:block;}
.lb-item > a > img{width:100% !important;height:265px !important;}
.lb-item > a > span{width:calc(100% - 30px);display:block;position:absolute;bottom:-36px !important;padding:0 15px;font:14px/36px "微软雅黑";color:#656565;height:36px !important;background:#f4f4f4 !important;}
.lb-item.active{display:block;left:0%;}
.lb-item.active.left{left:-100%;}
.lb-item.active.right{left:100%;}
.lb-item.next,.lb-item.prev{display:block;position:absolute;top:0px;}
.lb-item.next{left:100%;}
.lb-item.prev{left:-100%;}
.lb-item.next.left,.lb-item.prev.right{left:0%;}
.lb-sign{width:calc( 100% - 200px);position:absolute;left:0;bottom:36px !important;padding:5px 0 5px 200px;list-style:none;user-select:none;background-color:rgba(0,0,0,0.5) !important;}
.lb-sign li{width:22px;height:22px;font-size:14px;font-weight:500;line-height:22px;text-align:center;float:left;color:#fff;margin:auto 4px;border-radius:11px;cursor:pointer;background:#0a0a0a;}
.lb-sign li:hover{background:#b10606;}
.lb-sign li.active{background:#b10606;}
.lb-ctrl{position:absolute;top:50%;transform:translateY(-50%);font-size:50px;font-weight:900;user-select:none;background-color:rgba(0,0,0,0.7);color:#fff;border-radius:5px;cursor:pointer;transition:all 0.1s linear;}
.lb-ctrl.left{left:-50px;display:none;}
.lb-ctrl.right{right:-50px;display:none;}
.lb-box:hover .lb-ctrl.left{left:10px;}
.lb-box:hover .lb-ctrl.right{right:10px;}
.lb-ctrl:hover{background-color:#000;}
.add_new_center{width:375px;}
.add_new_right{width:375px;}
.add_new_title a{font:22px/40px "微软雅黑";color:#020202;}
.add_new_title:hover a{color:#f40808;}
.add_new_list{width:100%;margin-top:15px;}
.add_new_list li{padding-left:30px;height:36px;margin-bottom:7px;border-bottom:1px dashed #f3f3f3;background:url("../images/t_bg.jpg") no-repeat 8px center;}
.add_new_list li a{display:block;width:100%;font:14px/36px "微软雅黑";color:#656565;}
.add_new_list li a span{float:right;}
.add_new_right a.more{display:block;height:34px;font:14px/34px "微软雅黑";color:#252525;background:#d5d5d5;text-align:center;border-radius:7px;}
.index_new .index_title{display: none;}
/*首页*/

/*产品中心*/

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
}

.product {
    padding: 30px 0;
}

.product_scx, .product_djsb, .product_qtsb, .product_pj {
    margin-bottom: 20px;
}

.product_title {
    margin-bottom: 20px;
    padding-left: 110px;
    height: 80px;
}

.product_titlebg1 {
    background: url("../images/product_title1.png") no-repeat left center;
}

.product_titlebg2 {
    background: url("../images/product_title2.png") no-repeat left center;
}

.product_titlebg3 {
    background: url("../images/product_title3.png") no-repeat left center;
}

.product_titlebg4 {
    background: url("../images/product_title4.png") no-repeat left center;
}

.product_title h2 {
    width: 100%;
}

.product_title h2 a {
    font: 30px/40px "微软雅黑";
    color: #000;
}

.product_title p {
    font: 16px/20px "微软雅黑";
    color: #444;
}

.product_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.product_list li {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 225px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
    background: rgba(0, 0, 0, 0.1);
}
.loader-1 {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s linear infinite;
    box-sizing: border-box;
}

.product_list li:nth-child(4n) {
    margin-right: 0;
}

.product_list li a {
    display: block;
    width: 100%;
}

.product_list li a img {
    width: 100%;
    height: 225px;
}

.product_list li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 285px;
    height: 30px;
    padding-top: 47px;
    font: 14px/30px "微软雅黑";
    color: #f4eeee;
    text-align: center;
    background: url("../images/product_bg.png") no-repeat;
}

.product_link {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.product_link li {
    width: 154px;
    margin: 0 18px 10px 0;
    border: 1px solid #c2e9fb;
}

.product_link li:nth-child(7n) {
    margin-right: 0;
}

.product_link li a {
    display: block;
    width: 100%;
    text-align: center;
    font: 14px/32px "微软雅黑";
    color: #5f5f5f;
}

.product_show {
    width: 100%;
}

.product_show_pic {
    padding: 30px 0 20px;
    background-image: linear-gradient(to bottom, #e2f8ff, #e3f9ff, #fff);
}

.product_show_pic_box {
    width: 100%;
}

.product_show_pic_left {
    width: 552px;
    border-radius: 5px;
    overflow: hidden;
}

.product_show_pic_left img {
    width: 100%;
    height: auto;
}

.product_show_pic_right {
    width: 630px;
}

.product_show_pic_right h2 {
    font: 30px/40px "微软雅黑";
    color: #0769bc;
}

.product_show_pic_desc {
    margin-top: 45px;
    border: 1px solid #2ae3fc;
    background: #fff;
    padding: 40px 20px 15px 40px;
    position: relative;
}

.product_show_pic_list {
    width: 515px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 25px;
    top: -25px;
}

.product_show_pic_list li {
    width: 160px;
    height: 55px;
    box-sizing: border-box;
    padding: 8px 15px 0;
    background-image: linear-gradient(to right, #a1d4fb, #a2e8fc, #9afafd);
    font: 14px/18px "微软雅黑";
    color: #000;
}

.product_show_pic_desc {
    font: 16px/30px "微软雅黑";
    color: #212121;
}

.product_show_pic_cg {
    margin-top: 30px;
    padding-left: 72px;
    background: url("../images/product_showbg1.png") no-repeat 10px center;
}

.add_box{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.add_box a{
    display: block;
    cursor: pointer;
    font: 18px/60px "微软雅黑";
    color: #f98b09;
}
.add_box a:last-child b {
    font: 30px/44px "微软雅黑";
    color: #f98b09;
}
.add_box_list{
    margin-top: 10px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.add_box_list li{
    width: 31%;
    margin-bottom: 8px;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #8cc8e9;
    border-radius: 8px;
    box-sizing: border-box;
}
.add_box_list li a{
    padding-left:5px;
    display: block;
    font: 16px/34px "微软雅黑";
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_show_pic_cg p {
    height: 40px;
    border: 1px solid #25a1fc;
    font: 16px/40px "微软雅黑";
    color: #212121;
    text-align: center;
    width: 260px;
}

.product_show_pic_lx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.product_show_pic_lx a {
    display: block;
    cursor: pointer;
}

.product_show_pic_lx a:first-child {
    width: 170px;
    height: 44px;
    border-radius: 8px;
    font: 16px/44px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #2f8adc;
}

.product_show_pic_lx a:last-child {
    font: 18px/60px "微软雅黑";
    color: #f98b09;
}

.product_show_pic_lx a:last-child b {
    font: 30px/44px "微软雅黑";
    color: #f98b09;
}

.product_show_box {
    padding: 30px 0 10px;
}

.product_show_tab {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadada;
}

.product_show_tab li {
    width: 186px;
    height: 44px;
    border: 1px solid #dadada;
    border-bottom: none;
    margin-right: 60px;
    border-radius: 12px 12px 0 0;
}

.product_show_tab li a {
    display: block;
    width: 100%;
    font: 18px/44px "微软雅黑";
    color: #1a1a1a;
    text-align: center;
}

.product_show_tab li:hover, .product_show_tab li.hover {
    background: #f60a0a;
}

.product_show_tab li:hover a, .product_show_tab li.hover a {
    color: #fff;
}

.product_show_zy {
    width: 100%;
    margin-top: 30px;
}

.product_show_left {
    width: 835px;
}
.product_show_left img{
    max-width:100% !important;
    height:auto !important;
}
.product_show_jj {
    width: 100%;
}

.product_show_jj p {
    font: 14px/30px "微软雅黑";
    color: #1a1a1a;
    text-indent: 2em;
}

.product_show_fl {
    margin-top: 20px;
}

.product_show_fl_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.product_show_fl_list li {
    width: 210px;
    border: 1px solid #bcbcbc;
    height: 44px;
    border-radius: 8px;
    margin: 0 50px 20px 0;
}

.product_show_fl_list li a {
    display: block;
    font: 16px/44px "微软雅黑";
    color: #2f8ae7;
    text-align: center;
}

.product_show_fl_list li:nth-child(4) a, .product_show_fl_list li:nth-child(5) a, .product_show_fl_list li:nth-child(6) a {
    color: #faa80a;
}

.product_show_jg {
    margin-top: 30px;
}

.product_show_jg_desc {
    padding: 20px;
    background: #d5f0fe;
    border-radius: 8px;
}

.product_show_jg_desc p {
    font: 14px/28px "微软雅黑";
    color: #000;
    text-indent: 2em;
}

.product_show_cs {
    margin-top: 20px;
}

.product_show_cs_box {
    width: 100%;
    overflow: scroll;
}

.product_show_cs_box img {
    max-width: 100% !important;
    height: auto !important;
}

.product_show_cs_box table {
    max-width: 100% !important;
}

.product_show_right {
    width: 315px;
}

.product_show_right_list {
    padding: 25px;
    border: 1px solid #e4e2e2;
}

.product_show_right_list li {
    width: 100%;
    margin-bottom: 15px;
}

.product_show_right_list li a {
    display: block;
}

.product_show_right_list li a img {
    width: 100%;
    height: auto;
}

.product_show_right_list li a p {
    font: 14px/40px "微软雅黑";
    color: #333;
}

.product_show_ly {
    margin-top: 30px;
    width: 100%;
    height: 930px;
    background: url("../images/ly_bg.jpg") no-repeat;
    padding-top: 20px;
}

.product_show_ly_title {
    margin-bottom: 20px;
    padding-left: 50px;
    height: 40px;
    background: url(../images/new_show_titlebg.png) no-repeat left center;
    font: 24px/40px "微软雅黑";
    color: #191919;
    font-weight: bold;
}

.product_show_ly h2 {
    font: 36px/52px "微软雅黑";
    color: #030303;
    font-weight: bold;
    text-align: center;
}

.product_show_ly h4 {
    font: 20px/46px "微软雅黑";
    color: #030303;
    font-weight: bold;
    text-align: center;
}

.product_show_ly h4 span {
    color: #f70d1d;
}

.product_show_ly_box {
    margin-top: 60px;
}

.product_show_ly_left {
    width: 825px;
}

.product_ly_form {
    display: block;
}

.product_ly_form_box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_ly_form_box_tab {
    display: flex;
    justify-content: space-between;
}

.product_ly_form_box_tab p {
    width: 90px;
    font: 16px/30px "微软雅黑";
    color: #1f1f1f;
}

.product_ly_form_box_tab input {
    display: block;
    width: 280px;
    height: 40px;
    background: #fff;
    text-indent: 5px;
    font: 16px/36px "微软雅黑";
    color: #1f1f1f;
    border: 1px solid #94e8f1;
}

.product_ly_form_box_tabt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.product_ly_form_box_tabt p {
    width: 90px;
}

.product_ly_form_box_tabt textarea {
    display: block;
    width: calc(100% - 92px);
    height: 270px;
    text-indent: 5px;
    font: 16px/36px "微软雅黑";
    color: #1f1f1f;
    border: 1px solid #94e8f1;
    resize: none;
    padding: 0;
    margin: 0;
}

.product_ly_form_box_tabtt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 90px;
    padding-top: 50px;
}

.product_ly_form_box_tabtt p {
    width: 328px;
    height: 44px;
    border: 1px solid #94e8f1;
    font: 16px/44px "微软雅黑";
    color: #2a2a2a;
    text-align: center;
}

.product_ly_form_box_tabtt p span {
    font: 30px/44px "微软雅黑";
    color: #ff0101;
}

.product_ly_form_box_tabtt input {
    display: block;
    width: 240px;
    height: 44px;
    background: #51aceb;
    font: 16px/44px "微软雅黑";
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

.product_show_ly_right {
    width: 315px;
    padding: 120px 0;
    border: 1px solid #dfd8d8;
    border-radius: 8px;
}

.product_show_ly_right p {
    font: 30px/64px "微软雅黑";
    color: #000;
    text-align: center;
}

/*产品中心*/

/*关于我们*/
#contact_v {
    font-size: 16px;
    padding: 25px 0;
    text-align: center;
}
#contact_v a {
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
#contact_v a i {
    color: #eb0001;
    padding: 0 5px;
}
.about {
    padding: 30px 0;
}

.about_left {
    width: 180px;
}

.about_list {
    width: 100%;
}

.about_list li {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 3px;
}

.about_list li a {
    display: block;
    width: 100%;
    text-align: center;
    font: 20px/50px "微软雅黑";
    color: #575757;
}

.about_list li.hover, .about_list li:hover {
    background-image: linear-gradient(to right, #016aec, #009df4, #00c0fa);
}

.about_list li.hover a, .about_list li:hover a {
    color: #fff;
}

.about_right {
    width: 980px;
    border: 1px solid #1b9eea;
    padding: 30px;
}

.about_right h2 {
    font: 24px/30px "微软雅黑";
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}
.picScroll-left { position: relative; width: 100%; background: #fff; min-height: 165px; margin: 20px 0;overflow: hidden; }
.index_hz_list { margin-top: 15px; }
.index_hz_list li { width: 210px; height: 137px; border: 1px solid #ececec; margin-right: 20px; padding-top: 20px; }
.index_hz_list li img { max-width: 100%; height: auto; margin: 0 auto; }

.about_right h4 {
    font: 18px/30px "微软雅黑";
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.about_right>p {
    font: 14px/24px "微软雅黑";
    color: #000;
    text-indent: 2em;
    margin-bottom: 20px;
}

.about_right>p b {
    font: 18px/24px "微软雅黑";
    color: #00c0fa;
}

.about_right_imgbox {
    width: 100%;
}

.about_right_imgbox img {
    width: 100%;
    height: auto;
}

.about_xmbox {
    margin-top: 10px;
}

.about_xmlist {
    margin-bottom: 20px;
}

.about_xmbox li {
    margin-bottom: 25px;
}

.about_xmlist li h5 {
    width: 80px;
    height: 42px;
    background: url("../images/about_xbbg.jpg") no-repeat;
    font: 24px/42px "微软雅黑";
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.about_xmlist li a {
    display: block;
    font: 14px/24px "微软雅黑";
    color: #1a1a1a;
    text-indent: 2em;
}

a.about_xmlist_more {
    display: block;
    width: 240px;
    height: 54px;
    margin: 0 auto;
    border: 1px solid #1b9eea;
    font: 24px/54px "微软雅黑";
    color: #f38c07;
    text-align: center;
}

.about_pjbox {
    width: 100%;
    margin-top: 40px;
}

.about_pjbox h3 {
    width: 280px;
    height: 34px;
    border: 1px solid #1b9eea;
    position: relative;
    padding-left: 45px;
    font: 18px/34px "微软雅黑";
    color: #53cff5;
    margin-left: 15px;
    margin-bottom: 20px;
}

.about_pjbox span {
    display: block;
    width: 52px;
    height: 52px;
    background: #53cff5;
    position: absolute;
    left: -15px;
    top: -9px;
    border-radius: 26px;
    font: 22px/52px "微软雅黑";
    color: #fff;
    text-align: center;
}

.about_pjbox p {
    font: 16px/30px "微软雅黑";
    color: #000;
    margin-bottom: 25px;
}

a.about_pjbox_more {
    display: block;
    width: 160px;
    height: 36px;
    margin: 30px auto 0;
    font: 16px/36px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #969696;
    border-radius: 18px;
    box-shadow: 5px 3px 5px #505050;
}

.about_lxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.about_lxlist li {
    box-sizing: border-box;
    width: 24%;
    height: 225px;
    padding: 80px 15px 0 15px;
}

.about_lxlist li p, .about_lxlist li p a {
    font: 14px/24px "微软雅黑";
    color: #161616;
    margin-bottom: 8px;
    text-align: center;
}

.about_lxlist li:first-child {
    background: #d5e8fa url("../images/contact_1.png") no-repeat center 20px;
}

.about_lxlist li:nth-child(2) {
    background: #f5f8d7 url("../images/contact_2.png") no-repeat center 20px;
}

.about_lxlist li:nth-child(3) {
    background: #e8f3db url("../images/contact_3.png") no-repeat center 20px;
}

.about_lxlist li:last-child {
    background: #ccf2f6 url("../images/contact_4.png") no-repeat center 20px;
}

.about_mess {
    display: block;
    margin-bottom: 10px;
}

.about_mess_box {
    margin-top: 15px;
    margin-bottom: 22px;
    display: flex;
    justify-content: start;
}

.about_mess input {
    display: block;
    width: 255px;
    height: 38px;
    border: 1px solid #1d64c5;
    text-indent: 8px;
    font: 14px/38px "微软雅黑";
    color: #161616;
}

.about_mess input:first-child {
    margin-right: 150px;
}

.about_mess textarea {
    display: block;
    width: calc(100% - 10px);
    height: 120px;
    padding-left: 8px;
    border: 1px solid #1d64c5;
    font: 14px/38px "微软雅黑";
    color: #161616;
    resize: none;
}

.about_mess .about_mess_btn {
    display: block;
    width: 150px;
    height: 38px;
    background-image: linear-gradient(to right, #09bbfe, #2295f8, #5943ec);
    border-radius: 10px;
    border: none;
    margin: 20px auto 20px;
    font: 16px/38px "微软雅黑";
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.BMapLabel {
    border: 1px solid red !important;
    left: -80px !important;
    top: -20px !important;
}

/*关于我们*/

/*案例*/

.case {
    width: 100%;
}

.case_jx {
    padding-top: 15px;
}

.case_title {
    font: 30px/50px "微软雅黑";
    color: #000;
    text-align: center;
    background: url("../images/case_titlebg.jpg") no-repeat center bottom;
    margin-bottom: 25px;
    font-weight: bold;
}

.case_jx_list {
    width: 100%;
}

.case_jx_list li {
    float: left;
}

.case_jx_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.case_jx_list li a img {
    width: 100%;
    height: 100%;
}

.case_jx_list li:first-child {
    width: 549px;
    height: 409px;
    margin-right: 5px;
}

.case_jx_list li:nth-child(2) {
    width: 220px;
    height: 162px;
    margin-right: 5px;

}

.case_jx_list li:nth-child(3) {
    width: 209px;
    height: 162px;
    margin-right: 5px;
}

.case_jx_list li:nth-child(4) {
    width: 207px;
    height: 162px;
}

.case_jx_list li:nth-child(5) {
    width: 318px;
    height: 242px;
    margin-right: 5px;
    margin-top: 5px;
}

.case_jx_list li:last-child {
    width: 323px;
    height: 242px;
    margin-top: 5px;
}

.case_jx_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(30, 32, 32, 0.25);
    padding: 10% 5% 0 5%;
}

.case_jx_box h4 {
    font: 16px/24px "微软雅黑";
    color: #ececec;
    margin-bottom: 12px;
}

.case_jx_box p {
    font: 14px/24px "微软雅黑";
    color: #ececec;
}

.case_jx_list li:first-child .case_jx_box {
    padding: 25% 5% 0 5%;
}

.case_fwzc {
    background: #f1f1f1;
    padding: 25px 0;
}

.case_fwzc p {
    font: 14px/24px "微软雅黑";
    color: #000000;
    margin: 15px 0;
    text-align: center;
}

.case_fwzc a {
    display: block;
    width: 108px;
    height: 32px;
    font: 14px/32px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #f21010;
    margin: 0 auto;
}

.case_more {
    padding: 30px 0;
}

.case_kind {
    margin-bottom: 25px;
}

.case_kind_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.case_kind_box p {
    font: 16px/36px "微软雅黑";
    color: #000;
    font-weight: bold;
    padding-right: 8px;
}

.case_kind_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.case_kind_list li {
    width: 150px;
    height: 36px;
    border: 1px solid #dfdfdf;
    margin-right: 25px;
}

.case_kind_list li:first-child {
    width: 80px;
}

.case_kind_list li a {
    display: block;
    width: 100%;
    font: 16px/36px "微软雅黑";
    color: #404040;
    text-align: center;
}

.case_kind_list li:hover, .case_kind_list li.hover {
    background: #f21010;
    border: 1px solid #f21010;
}

.case_kind_list li:hover a, .case_kind_list li.hover a {
    color: #fff;
}

.case_box {
    margin-top: 10px;
}

.case_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.case_list li {
    width: 380px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f2f2f2;
}

.case_list li:nth-child(3n) {
    margin-right: 0;
}

.case_list li a {
    display: block;
    width: 100%;
}

.case_list li a img {
    width: 100%;
    height: 255px;
}

.case_list li a h3 {
    font: 16px/24px "微软雅黑";
    color: #101010;
    padding: 10px 0;
}

.case_list li a p {
    font: 14px/24px "微软雅黑";
    color: #828282;
}

.case_page {
    margin-top: 20px;
    text-align: center;
    font: 16px/24px "微软雅黑";
    color: #131313;
}

.case_page a {
    padding: 0 5px;
    font: 16px/24px "微软雅黑";
    color: #131313;
}

.case_page input {
    width: 30px;
    font: 16px/24px "微软雅黑";
    color: #131313;
    border: 1px solid rgba(238, 238, 238, 0.73);
    height: 24px;
}

.case_show {
    width: 100%;
}

.case_show_pic {
    padding: 30px 0 20px;
    background-image: linear-gradient(to bottom, #e2f8ff, #e3f9ff, #fff);
}

.case_show_pic_box {
    width: 100%;
}

.case_show_pic_left {
    width: 565px;
}

.case_show_pic_left_top {
    margin-bottom: 45px;
}

.case_show_pic_left_top h2 {
    font: 30px/40px "微软雅黑";
    color: #0b7eff;
    padding: 10px 0;
    margin-bottom: 10px;
}

.case_show_pic_left_top p {
    font: 18px/30px "微软雅黑";
    color: #2b2b2b;
}

.case_show_pic_left_top p b {
    font: 18px/30px "微软雅黑";
    color: #010101;
    font-weight: bold;
}

.case_show_pic_left_btm {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding-top: 60px;
}

.case_show_pic_left_btm span {
    font: 18px/40px "微软雅黑";
    color: #ffff;
    background: #4c88f6;
    text-align: center;
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: calc(50% - 70px);
}

.case_show_pic_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.case_show_pic_list li {
    width: 150px;
}

.case_show_pic_list li a {
    display: block;
    width: 100%;
}

.case_show_pic_list li a img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
}

.case_show_pic_list li a p {
    margin-top: 12px;
    font: 14px/30px "微软雅黑";
    color: #333;
    text-align: center;
}

.case_show_pic_right {
    width: 591px;
    border-radius: 5px;
    overflow: hidden;
}

.case_show_pic_right img {
    width: 100%;
    height: auto;
}

.case_show_khfk {
    position: relative;
    width: 100%;
}

.case_show_khfk img {
    width: 100%;
    height: auto;
}

.case_show_khfk_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.case_show_khfk_box h2 {
    font: 24px/30px "微软雅黑";
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.case_show_khfk_box p {
    font: 18px/24px "微软雅黑";
    color: #fff;
    text-align: center;
    padding: 0 10%;
    margin-top: 15px;
}

.case_show_ted {
    padding: 35px 0 0;
}

.case_show_js {
    width: 100%;
}

.case_show_js_box {
    display: flex;
    justify-content: space-between;
}

.case_show_js_box h2 {
    font: 30px/60px "微软雅黑";
    color: #fff;
    text-align: center;
    width: 50%;
}

.case_show_js_box h2:first-child {
    background-image: linear-gradient(to right, #015eea, #015eea, #0092f3);
}

.case_show_js_box h2:last-child {
    background: #0d5790;
}

.case_show_js p {
    font: 14px/24px "微软雅黑";
    color: #565656;
    margin-top: 20px;
    text-indent: 2em;
}

.case_show_pz {
    margin-top: 20px;
}

.case_show_title {
    margin-bottom: 20px;
    padding-left: 50px;
    height: 40px;
    background: url("../images/new_show_titlebg.png") no-repeat left center;
    font: 24px/40px "微软雅黑";
    color: #191919;
    font-weight: bold;
}

.case_show_title span {
    font: 18px/40px "微软雅黑";
    color: #191919;
    padding-left: 30px;
}

.case_show_pz {
    margin-top: 20px;
}

.case_show_pz img {
    max-width: 100% !important;
}

.case_show_fa {
    margin-top: 20px;
}

.case_show_fa_box {
    height: 102px;
    border: 1px solid #d8d8d8;
}

.case_show_fa_box_left {
    width: 330px;
    font: 20px/100px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #126fb7;
}

.case_show_fa_box_right {
    width: 868px;
    padding-top: 35px;
    font: 18px/30px "微软雅黑";
    color: #333;
    padding-left: 15px;
}

.case_show_td {
    margin-top: 20px;
}

.case_show_td_box {
    height: 115px;
    border: 1px solid #1b9eea;
    position: relative;
}

.case_show_td_bg {
    position: absolute;
    left: 18px;
    top: 8px;
    width: 1181px;
    background: #83c4f6;
    padding: 30px 35px;
    min-height: 118px;
}

.case_show_td_bg p {
    font: 14px/32px "微软雅黑";
    color: #3a3a3a;
    text-indent: 2em;
}

.case_show_td_box span {
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #83c4f6;
}

.case_show_xc {
    margin-top: 40px;
}

.case_show_xc_box {
    padding: 25px 0;
    background: #f7f7f7;
}

.case_show_xc_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_show_xc_list li {
    width: 388px;
    margin-right: 18px;
    margin-bottom: 20px;
}

.case_show_xc_list li:nth-child(3n) {
    margin-right: 0;
}

.case_show_xc_list li img {
    width: 100%;
    height: auto;
}

/*案例*/

/*新闻*/

.new {
    width: 100%;
}

.new_top {
    padding: 15px 0 25px;
    background: #ececec;
}

.new_top_box {
    width: 100%;
}

.new_top_box h2 {
    text-align: center;
    height: 66px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.new_top_box h2 a {
    font: 28px/66px "微软雅黑";
    color: #000;
}

.new_top_box {
    margin-top: 15px;
}

.new_top_left {
    width: 620px;
}

.new_top_left a {
    display: block;
}

.new_top_left a img {
    width: 100%;
    height: auto;
}

.new_top_right {
    width: 530px;
    padding-right: 40px;
    padding-top: 30px;
}

.new_top_right h4 {
    padding: 10px 0;
    margin-bottom: 20px;
}

.new_top_right h4 a {
    font: 20px/28px "微软雅黑";
    color: #2a2a2a;
}

.new_top_right p {
    font: 14px/24px "微软雅黑";
    color: #2a2a2a;
    margin-bottom: 10px;
}

.Choices_content {
    width: 1200px;
    height: 600px;
    position: relative;
}

.Choicesprev {
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.Choicesnext {
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.Choices_banner {
    width: 1200px;
    height: 600px;
    float: left;
    overflow: hidden;
}

.Choices_banner ul {
    width: 12000px;
    overflow: hidden;
}

.Choices_banner ul li {
    width: 1200px;
    height: 600px;
    float: left;
}

.Choicestel {
    width: 150px;
    height: 38px;
    text-align: center;
    overflow: hidden;
}

.Choicestel ul {
    width: 150px;
    overflow: hidden;
}

.Choicestel ul li {
    width: 150px;
    height: 38px;
    color: #2a2a2a;
    float: left;
    line-height: 38px;
    font-size: 30px;
}

.new_top_position {
    padding: 0 90px;
    width: 440px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 140px;
    display: flex;
    justify-content: space-around;
}

.new_btm {
    padding: 30px 0;
}

.new_btm_left {
    width: 725px;
}

.new_kind {
    border-top: 3px solid #d7d7d7;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_kind li {
    width: 33%;
    padding: 15px 0;
    position: relative;
}

.new_kind li a {
    display: block;
    width: 100%;
    border-right: 3px solid #d7d7d7;
    height: 28px;
    font: 24px/28px "微软雅黑";
    color: #387cec;
    text-align: center;
}

.new_kind li:last-child a {
    border-right: none;
}

.new_kind li span {
    display: none;
    width: 100%;
    height: 3px;
    background: #387cec;
    position: absolute;
    left: 0;
    top: -3px;
}

.new_kind li:hover span, .new_kind li.hover span {
    display: block;
}

.new_list_box {
    padding: 10px 0;
}

.new_list1 {
    width: 100%;
}

.new_list1 li {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.new_list1 li a {
    display: block;
    width: 100%;
}

.new_list1 li a h5 {
    font: 20px/40px "微软雅黑";
    color: #393939;
}

.new_list_boxbox {
    margin-top: 10px;
}

.new_list_b_left {
    width: 168px;
    height: 125px;
    overflow: hidden;
}

.new_list_b_left img {
    width: 100%;
    height: auto;
}

.new_list_b_right {
    padding-top: 15px;
    width: 530px;
    position: relative;
    height: 125px;
}

.new_list_b_right p {
    font: 14px/24px "微软雅黑";
    color: #393939;
}

.new_list_b_right span {
    position: absolute;
    right: 5px;
    bottom: 0;
    font: 14px/24px "微软雅黑";
    color: #393939;
}

a.new_list_box_more {
    width: 132px;
    height: 34px;
    background: #e9e9e9;
    font: 14px/34px "微软雅黑";
    color: #151515;
    text-align: center;
    display: block;
    margin: 25px auto 0;
}

.new_btm_right {
    width: 445px;
}

.new_btm_right h2 {
    height: 60px;
    border-top: 3px solid #d7d7d7;
    font: 24px/60px "微软雅黑";
    color: #387cec;
    position: relative;
}

.new_btm_right h2 span {
    display: block;
    width: 105px;
    height: 3px;
    background: #387cec;
    position: absolute;
    left: 0;
    top: -3px;
}

.new_btm_fh {
    margin: 15px 0 30px;
}

.new_btm_fh li {
    padding-left: 22px;
    background: url("../images/new_bg1.jpg") no-repeat left center;
}

.new_btm_fh li a {
    display: block;
    width: 100%;
    font: 16px/40px "微软雅黑";
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_btm_wd {
    margin-top: 15px;
}

.new_btm_wd li {
    margin-bottom: 20px;
}

.new_btm_wd li h3 {
    padding-left: 50px;
    height: 42px;
    font: 16px/42px "微软雅黑";
    color: #454545;
    font-weight: bold;
    background: url("../images/new_bg2.jpg") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_btm_wd li h3 a{
    font: 16px/42px "微软雅黑";
    color: #454545;
    font-weight: bold;
}

.new_btm_wd li div {
    border-radius: 5px;
    margin-top: 25px;
    padding: 20px 35px 20px 50px;
    background: #efefef url("../images/new_bg3.jpg") no-repeat left top;
}

.new_btm_wd li div p {
    font: 14px/24px "微软雅黑";
    color: #454545;
}

.new_detop {
    margin-bottom: 25px;
}

.new_detop_box {
    display: flex;
    justify-content: space-between;
}

.new_detop_left {
    width: 235px;
}

.new_detop_left_top {
    margin-bottom: 35px;
}

.new_detop_left_h2 {
    background: #0652a4;
    text-indent: 24px;
    font: 24px/54px "微软雅黑";
    color: #fff;
}

.new_detop_left_top_list {
    width: 100%;
}

.new_detop_left_top_list li {
    background: #f5f6f6;
    text-indent: 30px;
    margin-bottom: 3px;
}

.new_detop_left_top_list li.hover {
    background: #e3e3e3;
}

.new_detop_left_top_list li a {
    font: 18px/44px "微软雅黑";
    color: #232323;
}

.new_detop_left_btm {
    margin-top: 30px;
}

.new_detop_left_btm_list {
    padding: 20px 14px;
    border: 1px solid #e6e6e6;
}

.new_detop_left_btm_list li {
    margin-bottom: 10px;
}

.new_detop_left_btm_list li a {
    display: block;
    width: 100%;
}

.new_detop_left_btm_list li a img {
    width: 100%;
    height: 154px;
}

.new_detop_left_btm_list li a p {
    font: 16px/34px "微软雅黑";
    color: #181818;
}

.new_detop_right {
    width: 930px;
}

.position {
    display: flex;
    justify-content: space-between;
    height: 52px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 30px;
}

.position_tit {
    font: 28px/52px "微软雅黑";
    color: #010101;
    border-bottom: 2px solid #ff0303;
}

.position_box, .position_box a {
    font: 14px/52px "微软雅黑";
    color: #333;
}

.new_list {
    margin: 30px 0;
}

.new_list li {
    height: 64px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 10px;
}

.new_list li a {
    display: flex;
    justify-content: space-between;
}

.new_list li a p {
    font: 18px/64px "微软雅黑";
    color: #454545;
}

.new_list li a span {
    font: 18px/64px "微软雅黑";
    color: #454545;
}

.new_page {
    margin: 20px 0;
    text-align: center;
}

.new_page a {
    font: 18px/30px "微软雅黑";
    color: #454545;
    padding: 0 10px;
}

.new_show {
    padding: 30px 0;
    background: #f8f6f6;
}

.new_detop_box {
    display: flex;
    justify-content: space-between;
}

.new_detop_left {
    width: 235px;
}

.new_detop_left_center {
    width: 100%;
}

.new_detop_left_center_list {
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
}

.new_detop_left_center_list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.new_detop_left_center_list li a {
    display: block;
    width: 100%;
}

.new_detop_left_center_list li a h4 {
    padding-left: 22px;
    background: url(../images/new_bg4.jpg) no-repeat left center;
    font: 14px/24px "微软雅黑";
    color: #7c7c7c;
}

.new_detop_left_center_list li a p {
    font: 14px/24px "微软雅黑";
    color: #7c7c7c;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_detop_right_box {
    width: 100%;
}

.new_detop_right_box h1 {
    font: 26px/54px "微软雅黑";
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
    background: #004ea2;
}

.new_date {
    width: 100%;
    height: 28px;
    margin: 10px 0 20px;
    text-align: center;
}

.new_pre_next {
    margin-top: 20px;
}

.new_pre_next_top {
    margin-bottom: 10px;
}

.new_pre_next_top a {
    font: 24px/40px "微软雅黑";
    color: #515151;
    padding-right: 30px;
}

.new_pre_next h4 {
    width: 100%;
}

.new_pre_next h4 a {
    font: 24px/40px "微软雅黑";
    color: #515151;
}

.new_pre_next h4 span {
    font: 24px/40px "微软雅黑";
    color: #515151;
    padding-left: 50px;
}

.new_detop_right_box h3 {
    font: 16px/40px "微软雅黑";
    color: #515151;
    font-weight: bold;
}

.new_detop_right_box p {
    font: 14px/24px "微软雅黑";
    color: #515151;
    text-indent: 2em;
}

.new_detop_right_box img {
    margin: 15px auto;
    max-width: 100%;
    height:auto !important;
}

.new_detop_right_box h5 {
    font: 14px/40px "微软雅黑";
    color: #515151;
    text-align: center;
}

/*新闻*/

/*选型与定制*/

.xxdz {
    width: 100%;
}

.xxdz_fl {
    padding: 30px 0;
}

.xxdz_fl_box {
    width: 48%;
    padding: 15px 5% 30px 5%;
    border: 1px solid #e0e0e0;
    height: 179px;
}

.xxdz_fl_box h3 {
    font: 24px/40px "微软雅黑";
    color: #004ea2;
    text-align: center;
    margin-bottom: 20px;
}

.xxdz_fl_box p {
    font: 18px/24px "微软雅黑";
    color: #000;
}

.xxdz_fwlc {
    padding: 25px 0;
    background: #f0f0f0;
}

.xxdz_fwlc h2 {
    font: 36px/68px "微软雅黑";
    color: #000;
    text-align: center;
}

.xxdz_fwlc h4 {
    font: 30px/58px "微软雅黑";
    color: #000;
    text-align: center;
}

.xxdz_fwlc_box {
    margin-top: 70px;
    height: 255px;
    border: 1px solid #145ec3;
    position: relative;
}

.xxdz_fwlc_list {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 15px;
    top: -45px;
}

.xxdz_fwlc_list li {
    width: 174px;
    height: 180px;
    background: #9bc7f8;
}

.xxdz_fwlc_list li p {
    margin: 50px 0 40px;
    font: 18px/30px "微软雅黑";
    color: #515151;
    text-align: center;
    padding: 0 25px;
}

.xxdz_fwlc_list li span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #0070ed;
    font: 14px/36px "微软雅黑";
    color: #0070ed;
    text-align: center;
    margin: 0 auto;
}

.xxdz_fwlc_list li:nth-child(4) p, .xxdz_fwlc_list li:nth-child(5) p {
    margin-bottom: 10px;
}

.xxdz_fwlc_box a {
    display: block;
    width: 145px;
    height: 32px;
    background: #9bc7f8;
    text-align: center;
    font: 14px/32px "微软雅黑";
    color: #fff;
    margin: 180px auto 0;
}

.xxdz_gcs {
    padding-top: 40px;
}

.xxdz_gcs h3 {
    margin-bottom: 30px;
    text-align: center;
}

.xxdz_gcs h3 span {
    font: 36px/50px "微软雅黑";
    color: #09bbfe;
}

.xxdz_gcs h3 i {
    font: 36px/50px "微软雅黑";
    color: #5a42ec;
    padding-left: 20px;
}

.xxdz_gcs_list {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xxdz_gcs_list li {
    width: 285px;
    height: 350px;
    box-sizing: border-box;
    padding: 100px 20px 0;
    background: #eaeaea;
    position: relative;
}

.xxdz_gcs_list_box {
    width: 155px;
    height: 155px;
    border: 8px solid #0b7eff;
    border-radius: 78px;
    position: absolute;
    left: 65px;
    top: -75px;
    overflow: hidden;
}

.xxdz_gcs_list_box img {
    width: 100%;
    height: 100%;
}

.xxdz_gcs_list li h4 {
    font: 36px/50px "微软雅黑";
    color: #141414;
    text-align: center;
}

.xxdz_gcs_list li h5 {
    font: 24px/50px "微软雅黑";
    color: #141414;
    text-align: center;
    margin-bottom: 10px;
}

.xxdz_gcs_list li p {
    font: 14px/26px "微软雅黑";
    color: #141414;
}

.xxdz_qqhz {
    width: 100%;
    position: relative;
}

.xxdz_qqhz img {
    width: 100%;
    height: auto;
}

.xxdz_qqhz_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.xxdz_qqhz_box h2 {
    margin-top: 30px;
    font: 36px/60px "微软雅黑";
    color: #fff;
    text-align: center;
}

.xxdz_qqhz_box p {
    margin-top: 15px;
    padding: 0 10%;
    font: 16px/24px "微软雅黑";
    color: #e0e0e0;
    text-align: center;
}

.xxdz_ly {
    padding: 30px 0;
}

.xxdz_ly h2 {
    font: 36px/50px "微软雅黑";
    color: #050505;
    text-align: center;
    margin-bottom: 15px;
}

.xxdz_ly h5 {
    font: 16px/24px "微软雅黑";
    color: #050505;
    text-align: center;
}

.xxdz_ly_box {
    margin-top: 40px;
}

.xxdz_ly_left {
    width: 458px;
    height: 355px;
}

.xxdz_ly_left img {
    width: 100%;
}

.xxdz_ly_right {
    width: 670px;
}

.xxdz_ly_form {
    display: block;
    width: 100%;
}

.xxdz_ly_form_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xxdz_ly_form_box input {
    display: block;
    width: 40%;
    border: 1px solid #1c64c5;
    height: 38px;
    margin-bottom: 25px;
    text-indent: 8px;
    font: 14px/38px "微软雅黑";
    color: #333;
}

.xxdz_ly_form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #1c64c5;
    height: 150px;
    margin-bottom: 25px;
    text-indent: 8px;
    font: 14px/24px "微软雅黑";
    color: #333;
    padding-top: 8px;
    resize: none;
}

.xxdz_ly_form_btn {
    display: block;
    margin: 0 auto;
    font: 16px/34px "微软雅黑";
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 34px;
    width: 145px;
    background-image: linear-gradient(to right, #015eea, #0182f0, #00c0fa);
    border: none;
    cursor: pointer;
}

/*选型与定制*/

/*生产线详情*/

.solution_show_lc {
    margin-top: 20px;
}

.solution_show_lc h3 {
    font: 20px/34px "微软雅黑";
    color: #2595df;
    margin: 15px 0;
}

.solution_show_lc p {
    padding-left: 2em;
    font: 16px/30px "微软雅黑";
    color: #000;
}

/*生产线详情*/

/*404*/

.web404 {
    width: 100%;
}

.web404 a {
    display: block;
}

.web404 a img {
    width: 100%;
    height: auto;
}

/*404结束*/

/*固危废页面*/

.table_parameter {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.table_parameter tr td, .table_parameter tr th {
    padding: 6px 0;
    border: 1px solid #acadb1;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.table_parameter tr:hover {
    background: #f68a0b;
    color: #fff;
}

.add_header {
    width: 100%;
}

.add_header_logo {
    padding-top: 39px;
    height: 139px;
    background: #fff;
}

.add_logo {
    display: block;
    width: 676px;
}

.add_logo a, .add_logo a img {
    display: block;
    width: 100%;
}

.add_tel {
    background: url("../images/header_tel.jpg") no-repeat left center;
    padding-left: 32px;
}

.add_tel p {
    font: 20px/24px "微软雅黑";
    color: #ff0500;
    font-weight: bold;
}

.add_tel span {
    font: 14px/14px "微软雅黑";
    color: #333;
}

.add_nav {
    background: #012d8e;
}

.add_nav_list {
    display: flex;
    justify-content: start;
}

.add_nav_list li {
    margin-right: 80px;
}

.add_nav_list li a {
    font: 18px/60px "微软雅黑";
    color: #fff;
}

.add_nav_list li.hover a, .add_nav_list li:hover a {
    color: #f68a0b;
}

.add_banner {
    width: 100%;
}

.add_banner a, .add_banner a img {
    display: block;
    width: 100%;
}

.add_gwf {
    width: 100%;
}

.add_gwf_boxone {
    padding: 30px 0;
}

.add_gwf_title {
    font: 30px/60px "微软雅黑";
    color: #020202;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.add_gwf_boxone_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_gwf_boxone_list li {
    width: 374px;
    border: 1px solid #7d959d;
    padding: 20px;
    box-sizing: border-box;
}

.add_gwf_boxone_list li h3 {
    font: 18px/24px "微软雅黑";
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 20px;
}

.add_gwf_boxone_list li p {
    font: 14px/24px "微软雅黑";
    color: #797979;
}

.add_gwf_boxtwo {
    padding: 30px 0;
    background: #efefef;
}

.add_gwf_boxtwo_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_gwf_boxtwo_left {
    width: 650px;
    height: 545px;
}

.add_gwf_boxtwo_left img {
    width: 100%;
    height: 100%;
}

.add_gwf_boxtwo_right {
    width: 550px;
    height: 545px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.add_gwf_boxtwo_right h3 {
    font: 22px/44px "微软雅黑";
    color: #323232;
    text-align: center;
    background: #dbdbdb;
}

.add_gwf_boxtwo_list {
    padding: 10px 20px;
}

.add_gwf_boxtwo_list li {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.add_gwf_boxtwo_list li h4 {
    font: 18px/24px "微软雅黑";
    color: #0f57b2;
    font-weight: bold;
    margin-bottom: 2px;
}

.add_gwf_boxtwo_list li p {
    font: 14px/24px "微软雅黑";
    color: #515253;
    background: url("../images/gwf_bg1.jpg") no-repeat 5px 9px;
    padding-left: 17px;
}

.add_gwf_boxthree {
    padding: 30px 0;
}

.add_wrap {
    width: 1260px;
    margin: 0 auto;
}

.add_gwf_boxthree {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_gwf_boxthree li {
    margin-bottom: 5px;
    position: relative;
}

.add_gwf_boxthree li img {
    width: 100%;
    height: 100%;
}

.add_gwf_boxthree li:first-child {
    width: 437px;
    height: 303px;
}

.add_gwf_boxthree li:nth-child(2) {
    width: 376px;
    height: 303px;
}

.add_gwf_boxthree li:nth-child(3) {
    width: 437px;
    height: 303px;
}

.add_gwf_boxthree li:nth-child(4) {
    width: 369px;
    height: 272px;
}

.add_gwf_boxthree li:nth-child(5) {
    width: 417px;
    height: 272px;
}

.add_gwf_boxthree li:last-child {
    width: 463px;
    height: 272px;
}

.add_gwf_boxthree li p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(173, 173, 173, 0.7);
    font: 16px/30px "微软雅黑";
    color: #f3f3f3;
    display: none;
    text-align: center;
    width: 100%;
}

.add_gwf_boxthree li:hover p {
    display: block;
}

.add_message {
    width: 100%;
    height: 930px;
    background: url(../images/ly_bg.jpg) no-repeat;
    padding-top: 80px;
}

.add_message_top {
    width: 100%;
}

.add_message_top h2 {
    font: 30px/68px "微软雅黑";
    color: #fff;
    text-align: center;
    width: 234px;
    height: 68px;
    background: #d30c0c;
    border-radius: 8px;
}

.add_message_top_box {
    width: 100%;
    height: 140px;
    border-radius: 20px;
    background: #448efd;
    position: relative;
}

.add_message_top_box1 {
    width: calc(100% - 25px);
    height: 140px;
    border-radius: 20px;
    background: #abcbfb;
    position: absolute;
    left: 0;
    top: -8px;
}

.add_message_top_box1 p {
    margin-top: 40px;
}

.add_message_top_box1 p b {
    font: 30px/44px "微软雅黑";
    color: #0c3c84;
    padding-left: 40px;
}

.add_message_top_box1 p span {
    font: 24px/60px "微软雅黑";
    color: #0c3c84;
    padding-left: 50px;
}

.add_message_btm {
    margin-top: 60px;
}

.add_message_left {
    width: 655px;
}

.add_message_form {
    display: block;
    width: 100%;
}

.add_message_form_box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_message_form_box_tab {
    display: flex;
    justify-content: space-between;
}

.add_message_form_box_tab p {
    width: 90px;
    font: 16px/40px "微软雅黑";
    color: #1f1f1f;
}

.add_message_form_box_tab input {
    display: block;
    width: 190px;
    height: 40px;
    background: #fff;
    text-indent: 5px;
    font: 16px/36px "微软雅黑";
    color: #1f1f1f;
    border: 1px solid #94e8f1;
}

.add_message_form_box_tabt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.add_message_form_box_tabt textarea {
    display: block;
    width: calc(100% - 92px);
    height: 270px;
    text-indent: 5px;
    font: 16px/36px "微软雅黑";
    color: #1f1f1f;
    border: 1px solid #94e8f1;
    resize: none;
    padding: 0;
    margin: 0;
}

.add_message_form_box_tabtt {
    width: 100%;
}

.add_message_form_box_tabtt input {
    display: block;
    width: 195px;
    height: 44px;
    background: #51aceb;
    font: 16px/44px "微软雅黑";
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

.add_message_right {
    width: 515px;
    height: 395px;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 5px 5px 5px #b2afaf;
}

.add_message_right p {
    font: 24px/44px "微软雅黑";
    color: #393939;
    padding-left: 30px;
    background: url("../images/gwf_bg2.jpg ") no-repeat left center;
}

.add_message_right_box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_message_right_tab1 {
    width: 185px;
    height: 72px;
    background: #b9b9b9;
    position: relative;
    border-radius: 18px;
    font: 14px/72px "微软雅黑";
    color: #070707;
    text-align: center;
    cursor: pointer;
}

.add_message_right_wx {
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
}

.add_message_right_tab1:hover .add_message_right_wx {
    display: block;
}

.add_message_right_wx img {
    width: 100%;
    height: 100%;
}

a.add_message_right_tab2 {
    width: 210px;
    padding: 15px 30px 0;
    box-sizing: border-box;
    height: 72px;
    background: #7c7c7c;
    border-radius: 18px;
    font: 14px/20px "微软雅黑";
    color: #fff;
    cursor: pointer;
}

.add_footer {
    width: 100%;
}

.add_footer_top {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.add_footer_link {
    border-top: 1px solid #c2c2c2;
    padding-top: 20px;
}

.add_footer_link a {
    font: 14px/24px "微软雅黑";
    color: #373737;
    padding-right: 20px;
}

.add_footer_btm {
    background: #373737;
    padding: 30px 0;
}

.add_footer_btm p {
    font: 14px/24px "微软雅黑";
    color: #dedede;
    text-align: center;
}

/*固危废页面*/
/*加载*/
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*加载*/
/*浮动联系方式*/
#leftsead {
    height: 230px;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 100
}

#leftsead li {
    height: 60px
}

#leftsead li img {
    float: right
}

#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 300px
}

#leftsead li a .shows {
    display: block
}

#leftsead li a span:hover {
    text-decoration: none
}

#leftsead li a .hides {
    margin-right: -143px;
    cursor: pointer;
    cursor: hand
}

#leftsead li a.youhui .hides {
    display: none;
    position: absolute;
    right: 143px
}

#leftsead li a.youhui .wm {
    display: none;
    position: absolute;
    right: 143px
}

#p2 {
    width: 112px;
    background-color: #A7D2A9;
    height: 49px;
    margin-left: 47px;
    border: 1px solid #8BC48D;
    text-align: center;
    line-height: 47px
}

#p3 {
    width: 112px;
    background-color: #EC9890;
    height: 49px;
    margin-left: 47px;
    border: 1px solid #E6776C;
    text-align: center;
    line-height: 47px
}

#p1 {
    width: 47px;
    height: 49px;
    float: left
}
/*浮动联系方式*/
/*设备中心改版*/
.product_box{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.product_left{
    width: 244px;
}
.product_left_top{
    width: 100%;
    box-shadow: 0 0 15px #d1d1d1;
}
.product_left_top h2{
    width: 100%;
    height: 95px;
}
.product_left_top h2 img{
    width: 100%;
    height: auto;
}
.product_kind{
    padding: 28px 16px 10px 16px;
}
.product_kind li{
    height: 38px;
    border-radius: 8px;
    background: #e8e8e8;
    margin-bottom: 12px;
}
.product_kind li.hover{
    background: #1c81d7;
}
.product_kind li a{
    display: block;
    font:16px/38px "微软雅黑";
    color: #000;
    padding:0 20px;
    position: relative;
}
.product_kind li.hover a,.product_kind li.hover a i{
    color: #fff;
}
.product_kind li a i{
    font:16px/38px "微软雅黑";
    color: #1c81d7;
    display: block;
    float: right;
}
.product_left_btm{
    width: 100%;
    box-shadow: 0 0 15px #d1d1d1;
    margin-top: 30px;
}
.product_lx{
    padding: 28px 16px;
}
.product_lx p{
    font:14px/24px "微软雅黑";
    color: #2b2b2b;
    margin-bottom: 8px;
}
.product_right{
    width: 910px;
    box-shadow: 0 0 15px #d1d1d1;
}
.product_right h3{
    font:24px/50px "微软雅黑";
    color: #0286f6;
    border-left: 7px solid #0286f6;
    margin-top: 12px;
    padding-left: 35px;
}
.product_right_list{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 20px 15px 25px 40px;
}
.product_right_list li{
    width: 260px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.product_right_list li a{
    display: block;
    width: 100%;
}
.product_right_list li a img{
    width: 100%;
    height: auto;
}
.product_right_list li a p{
    font:16px/24px "微软雅黑";
    color: #2b2b2b;
    margin-top: 5px;
    text-align: center;
}
/*设备中心改版*/
/*科技创新*/
.kjcx{width: 100%;padding: 25px 0;}
.kjcx_rypz{width: 100%;background: #ffffff;margin-bottom: 25px;}
.kjcx_rypz h3{text-align: center;padding:50px 0;font:18px/36px "微软雅黑";color: #525252;}
.kjcx_rypz_data{display: flex;justify-content: space-between;}
.kjcx_rypz_data li{width: 25%;text-align: center;}
.data-num{display: flex;justify-content:space-between;padding: 0 28%;}
.data-num div{font:80px/100px "微软雅黑";color: #ec1313;}
.data-num i{font:30px/40px "微软雅黑";color: #ec1313;padding-top: 50px;}
.kjcx_rypz_data li span{display: block;text-align: center;font:24px/50px "微软雅黑";color: #525252;}
.kjcx_rypz_data li:nth-child(2) .data-num{padding: 0 35%;}
.kjcx_rypz_data li:nth-child(4) .data-num{justify-content:center;}
.kjcx_fmzl{width: 100%;}
.kjcx_title{width: 88px;font: 22px/52px "微软雅黑";color: #010101;border-bottom: 2px solid #ff0303;}
.kjcx_fmzl h3{text-align: center;padding:30px 0;font:18px/42px "微软雅黑";color: #525252;}
.kjcx_fmzl h3 i{text-align: center;font:36px/54px "微软雅黑";color: #000;}
.kjcx_fmzl_box{max-width: 100%;overflow: hidden;background: #f5f5f5;padding: 50px 0;}
.kjcx_fmzl img{margin: 20px auto;width: 95%;height: auto;}
.swiper-container3{width: 100%;}
.swiper-container3 .swiper-slide{width:30%;padding: 20px;background: #fff;border-bottom:2px solid #00428e ;}
.swiper-container3 .swiper-slide img{width:100%;height:auto;object-fit:cover;}
.swiper-container3 .swiper-slide-shadow-left, .swiper-container3 .swiper-slide-shadow-right{opacity:0!important;}
.mengceng{width: 100%;}
.style_tx_tit{padding:15px 0;text-align: center;}
.style_tx_tit a{font-size:22px; color:#00428e !important;display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.style_tx_con{width:90%;color:#333333;margin:0 auto; font-size:16px; line-height:25px;}
.swiper-container-horizontal>.swiper-pagination-progress {width: 100%;height: 4px;left: 0;top: 105% !important;}
.kjcx_kjcx{width: 100%;padding-top: 25px;}
.kjcx_kjcx_box{width: 100%;height: 580px;background: url(https://static.hnzkjq.com/common/images/kjcx_kjcxbg.jpg) no-repeat;background-size: cover;margin-top: 20px;}
.kjcx_kjcx_list{display: flex;justify-content: space-between;flex-wrap: wrap;width: 910px;padding-top: 80px;}
.kjcx_kjcx_list li{width: 48%;margin-bottom: 25px;}
.kjcx_kjcx_list li h4{background: url(https://static.hnzkjq.com/common/images/kjcx_kjcx_title.png) no-repeat left center;padding-left: 52px;font:24px/60px "微软雅黑";color: #000;font-weight: bold;}
.kjcx_kjcx_list li p{font:16px/26px "微软雅黑";color: #1b1b1b;}
@media(max-width:1440px){
    .kjcx_kjcx_box{width: 100%;height: 580px;background: url(https://static.hnzkjq.com/common/images/kjcx_kjcxbg.jpg) no-repeat;background-size: cover;margin-top: 20px;}
    .kjcx_kjcx_list{display: flex;justify-content: space-between;flex-wrap: wrap;width: 910px;padding-top: 80px;}
    .kjcx_kjcx_list li{width: 48%;margin-bottom: 25px;}
    .kjcx_kjcx_list li h4{background: url(https://static.hnzkjq.com/common/images/kjcx_kjcx_title.png) no-repeat left center;padding-left: 52px;font:24px/60px "微软雅黑";color: #000;font-weight: bold;}
    .kjcx_kjcx_list li p{font:16px/26px "微软雅黑";color: #1b1b1b;}
}

@media(min-width:1700px){
    .kjcx_kjcx_box{width: 100%;height: 716px;background: url(https://static.hnzkjq.com/common/images/kjcx_kjcxbg.jpg) no-repeat;background-size: cover;margin-top: 20px;}
    .kjcx_kjcx_list{display: flex;justify-content: space-between;flex-wrap: wrap;width: 910px;padding-top: 100px;}
    .kjcx_kjcx_list li{width: 46%;margin-bottom: 25px;}
    .kjcx_kjcx_list li h4{background: url(https://static.hnzkjq.com/common/images/kjcx_kjcx_title.png) no-repeat left center;padding-left: 52px;font:24px/60px "微软雅黑";color: #000;font-weight: bold;}
    .kjcx_kjcx_list li p{font:18px/32px "微软雅黑";color: #1b1b1b;}
}
.kjcx_kjyf{width: 100%;height: 535px;background: url(https://static.hnzkjq.com/common/images/kjcx_kjyf.jpg) no-repeat;background-size: cover;padding-top: 50px;}
.kjcx_title1{color: #fff;border-bottom: 2px solid #fff;}
.kjcx_kjyf h3{text-align: center;padding:70px 0;font:16px/34px "微软雅黑";color: #fff;}
.kjcx_kjyf_box{width: 100%;overflow: hidden;}
.kjcx_kjyf_box_list{width: 100%; position: relative;}
.kjcx_kjyf_box_list ul{width: 100%;}
.kjcx_kjyf_box_list li{width: 50%;margin-right: 30px;}
.kjcx_kjyf_box_list li:first-child img{width: 545px;height: auto;}
.kjcx_kjyf_box_list li p{text-align: center;font:18px/32px "微软雅黑";color: #fff;margin-top: 15px;}
.kjcx_kjyf_box_list li:nth-child(2) img{width: 279;height: auto;}
.kjcx_kjyf_box_list li img{margin: 0 auto;}
.kjcx_hybz{width: 100%;padding: 15px 0 ;}
.kjcx_hybz img{width: 100%;height: auto;margin: 30px 0 0 0;}
.kjcx_gsal{width: 100%;padding: 25px 0;}
.kjcx_gsal h3{font:16px/32px "微软雅黑";color: #000;padding: 15px 0;}
.kjcx_gsal_list{width: 100%;margin-top: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.kjcx_gsal_list li{width: 388px;height: 288px;margin-bottom: 25px;height: 288px;}
.kjcx_gsal_list li a{display: block;width: 100%;height: 100%;position: relative;}
.kjcx_gsal_list_tab1{background: #0a51a9;height: 100%;padding:35px 30px;}
.kjcx_gsal_list_tab1 p{font:24px/88px "微软雅黑";color: #fff;}
.kjcx_gsal_list_tab1 p i{font:60px/88px "微软雅黑";color: #fff;}
.kjcx_gsal_list li a img{width: 100%;height: 100%;}
.kjcx_gsal_box{padding-top: 120px;position: absolute;width: 100%;height: 100%;left:0;top:0;background: rgb(25 24 24 / 50%); text-align: center; font: 18px/24px "微软雅黑"; color: #c9c9c9 !important; display: none;}
.kjcx_gsal_list li a:hover .kjcx_gsal_box { display: block; }
/*科技创新*/
/*移动端*/

@media (max-width:640px) {
    .wrap {
        width: 98%;
        margin: 0 auto;
    }
    body {
        padding: 60px 0;
    }
    .m_nav {
        display: block;
    }
    .m_footer {
        display: flex;
    }
    .header, .footer_top, .footer_btm p a {
        display: none;
    }
    .footer {
        padding: 10px 0;
    }
    .footer_btm {
        border-top: none;
        padding-top: 0;
    }
    .footer_btm p a:first-child,.footer_btm p a:nth-child(2),.footer_btm p a:nth-child(4) {
        display: block;
    }
    .index_about_left {
        width: 100%;
        min-height: 226px;
        height: auto;
    }
    .index_about_left_border {
        width: 100%;
        height: 246px;
    }
    .index_about_left_border a {
        width: calc(100% - 10px);
        height: auto;
    }
    .index_about_left_border a img {
        width: 100%;
        height: 226px;
    }
    .index_about_right {
        width: 100%;
    }
    .index_about_right_btm a {
        width: 170px;
        height: 50px;
        font: 20px/50px "微软雅黑";
    }
    .index_title {
        padding-left: 20px;
        border-left: 10px solid #ff6637;
        margin-bottom: 15px;
    }
    .index_title a {
        font: 24px/40px "微软雅黑";
    }
    .index_wntl_list li {
        width: 49%;
        height: auto;
        margin-right: 2% !important;
        margin-bottom: 15px;
    }
    .index_wntl_list li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .index_wntl_list li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_wntl_desc div {
        width: 49%;
        height: 98px;
        margin-right: 2%;
        padding: 10px;
        margin-bottom: 15px;
    }
    .index_wntl_desc div:nth-child(2n) {
        margin-right: 0;
    }
    .index_sh_list li {
        width: 49% !important;
        height: auto !important;
        margin-right: 2%;
    }
    .index_sh_list li:nth-child(2n) {
        margin-right: 0;
    }
    .index_sh_list_box {
        display: block;
        position: static;
        background: rgba(72, 72, 72, 0.9);
        width: 100%;
        padding: 0;
        height: auto;
    }
    .index_sh_list li a img {
        height: 135px;
    }
    .index_sh_list_box h3 {
        font: 14px/24px "微软雅黑";
        color: #fff !important;
        text-align: center;
        margin-bottom: 0;
        padding: 5px 0;
    }
    .index_sh_desc div {
        width: 49%;
        height: 98px;
        margin-right: 2%;
        padding: 10px;
        margin-bottom: 15px;
    }
    .index_sh_desc div:nth-child(2n) {
        margin-right: 0;
    }
    .index_jsm_left {
        width: 100%;
    }
    .index_jsm_list li {
        box-sizing: border-box;
        width: 49%;
        padding: 5px;
        margin-right: 2% !important;
        margin-bottom: 15px;
    }
    .index_jsm_list li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .index_jsm_list li a img {
        height: 150px;
    }
    .index_jsm_right {
        width: 100%;
        padding: 5px;
        height: auto;
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index_jsm_right div {
        width: 49%;
        border: 3px solid #b6e5f7;
        padding: 15px 10px;
        margin-bottom: 15px;
        margin-right: 2%;
        height: 98px;
    }
    .index_jsm_right div:nth-child(2n) {
        margin-right: 0;
    }
    .index_mess_box {
        width: 100%;
        position: static;
    }
    .index_mess_div {
        width: 230px;
        position: static;
        margin: 15px auto;
    }
    .index_new_left, .index_new_right, .index_new_list_right {
        width: 100%;
    }
    .index_new_left a img {
        height: auto;
    }
    .index_new_right {
        margin-top: 15px;
    }
    .index_new_list li {
        margin-bottom: 20px;
    }
    .index_new_list_left {
        display: none;
    }
    .product_title {
        margin-bottom: 10px;
        padding-left: 0;
        height: auto;
        background: none;
    }
    .product_title h2 {
        margin-bottom: 10px;
    }
    .product_title h2 a {
        font: 24px/36px "微软雅黑";
    }
    .product_list li {
        width: 49%;
        margin-right: 2%;
        height: auto;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .product_list li a img {
        height: 144px;
    }
    .product_list li a p {
        position: static;
        width: 100%;
        height: 30px;
        padding-top: 0;
        background: none;
        color: #333;
    }
    .about_left {
        width: 100%;
    }
    .about_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about_list li {
        width: 49%;
        margin-right: 2%;
        border-bottom: none;
    }
    .about_list li:nth-child(2n) {
        margin-right: 0;
    }
    .about_right {
        margin-top: 20px;
        width: 100%;
        padding: 20px 10px;
    }
    .about_pjbox h3 {
        max-width: 100%;
    }
    .about_lxlist li {
        width: 49%;
        height: auto;
        margin-bottom: 20px;
        padding: 80px 15px 0 15px;
    }
    .about_mess_box {
        flex-wrap: wrap;
    }
    .about_mess input:first-child {
        margin-bottom: 20px;
    }
    #map {
        height: 300px !important;
    }
    .BMap_omOutFrame, .BMap_omCtrl {
        display: none !important;
    }
    .case_title {
        font: 24px/50px "微软雅黑";
    }
    .case_jx_list li {
        width: 49% !important;
        height: auto !important;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .case_jx_list li:nth-child(2n) {
        margin-right: 0;
    }
    .case_jx_box {
        width: 100%;
        height: auto;
        position: static;
        background: none;
        padding: 5px 0 !important;
    }
    .case_jx_box h4 {
        color: #000;
        margin-bottom: 0;
    }
    .case_jx_box p {
        display: none;
    }
    .case_kind_box p {
        width: 100%;
    }
    .case_kind_list li {
        width: auto;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .case_kind_list li a {
        width: auto;
        padding: 0 10px;
    }
    .case_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
        padding: 8px;
    }
    .case_list li:nth-child(2n) {
        margin-right: 0;
    }
    .case_list li a img {
        height: 125px;
    }
    .case_list li a h3 {
        font: 14px/24px "微软雅黑";
        padding: 8px 0;
    }
    .case_list li a p {
        display: none;
    }
    .new_top {
        display: none;
    }
    .new_btm_left, .new_btm_right {
        width: 100%;
    }
    .new_kind li a {
        font: 20px/28px "微软雅黑";
    }
    .new_list_b_right {
        width: 100%;
        height: 125px;
    }
    .new_detop_left {
        display: none;
    }
    .new_detop_right{
        width: 100%;
    }
    .position_tit {
        font: 20px/52px "微软雅黑";
    }
    .new_list li a span {
        display: none;
    }
    .new_list li {
        height: auto;
        padding-bottom: 10px;
    }
    .new_list li a p {
        font: 18px/24px "微软雅黑";
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xxdz_fl_box {
        width: 100%;
        height: 160px;
    }
    .xxdz_fl_box h3 {
        font: 20px/40px "微软雅黑";
        margin-bottom: 10px;
    }
    .xxdz_fl_box p {
        font: 16px/24px "微软雅黑";
    }
    .xxdz_fwlc h2 {
        font: 24px/36px "微软雅黑";
    }
    .xxdz_fwlc h4 {
        font: 18px/28px "微软雅黑";
    }
    .xxdz_fwlc_box {
        margin-top: 30px;
        height: auto;
    }
    .xxdz_fwlc_list {
        width: 100%;
        position: static;
    }
    .xxdz_fwlc_list li {
        width: 49%;
        height: 180px;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .xxdz_fwlc_list li:nth-child(2n) {
        margin-right: 0;
    }
    .xxdz_fwlc_box a {
        margin: 20px auto 0;
    }
    .xxdz_gcs h3 span, .xxdz_gcs h3 i {
        display: block;
        text-align: center;
        font: 24px/50px "微软雅黑";
        padding-left: 0;
    }
    .xxdz_gcs_list {
        margin-top: 90px;
    }
    .xxdz_gcs_list li {
        width: 49%;
        height: auto;
        padding: 70px 8px 0;
        margin-right: 2%;
    }
    .xxdz_gcs_list li:first-child, .xxdz_gcs_list li:nth-child(2) {
        margin-bottom: 85px;
    }
    .xxdz_gcs_list li:nth-child(2n) {
        margin-right: 0;
    }
    .xxdz_gcs_list_box {
        width: 120px;
        height: 120px;
        border: 4px solid #0b7eff;
        border-radius: 60px;
        position: absolute;
        left: calc(50% - 60px);
        top: -60px;
    }
    .xxdz_gcs_list li h4 {
        font: 24px/50px "微软雅黑";
    }
    .xxdz_gcs_list li h5 {
        font: 18px/36px "微软雅黑";
    }
    .xxdz_qqhz_box {
        display: none;
    }
    .xxdz_ly h2 {
        font: 24px/50px "微软雅黑";
    }
    .xxdz_ly_left, .xxdz_ly_right {
        width: 100%;
        height: auto;
    }
    .xxdz_ly_right {
        margin-top: 20px;
    }
    .new_detop_right_box h1 {
        font: 20px/30px "微软雅黑";
        padding: 8px 0;
    }
    .new_pre_next h4 a {
        font: 16px/24px "微软雅黑";
    }
    .new_pre_next h4 span {
        display: none;
    }
    .position_box, .position_box a {
        font: 14px/24px "微软雅黑";
    }
    .position_box {
        margin-bottom: 15px;
    }
    .case_show_pic_right, .case_show_pic_left {
        width: 100%;
    }
    .case_show_pic_left_top h2 {
        font: 24px/30px "微软雅黑";
    }
    .case_show_khfk_box {
        position: static;
    }
    .case_show_khfk img, .case_show_title span {
        display: none;
    }
    .case_show_khfk_box h2 {
        font: 24px/30px "微软雅黑";
        color: #333;
        padding-top: 1px;
    }
    .case_show_khfk_box p {
        font: 16px/24px "微软雅黑";
        color: #333;
        padding: 0;
    }
    .case_show_js_box h2 {
        font: 24px/40px "微软雅黑";
    }
    .case_show_fa_box_left {
        width: 100%;
        font: 18px/30px "微软雅黑";
        color: #fff;
    }
    .case_show_fa_box_right {
        width: 100%;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font: 16px/30px "微软雅黑";
    }
    .case_show_fa_box {
        height: auto;
    }
    .case_show_td_bg {
        position: static;
        width: 100%;
        padding: 10px 5px;
        min-height: 118px;
    }
    .case_show_td_box {
        height: auto;
    }
    .case_show_xc_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .case_show_xc_list li:nth-child(2n) {
        margin-right: 0;
    }
    .product_show_pic_left, .product_show_pic_right {
        width: 100%;
    }
    .product_show_pic_right {
        margin-top: 15px;
    }
    .product_show_pic_right h2 {
        font: 20px/40px "微软雅黑";
    }
    .product_show_pic_desc {
        margin-top: 15px;
        padding: 20px 10px 20px 10px;
    }
    .product_show_pic_list {
        width: 100%;
        position: static;
    }
    .product_show_pic_list li {
        margin-bottom: 10px;
        width:48%;
    }
    .product_show_pic_cg p {
        width: auto;
    }
    .product_show_tab{
        flex-wrap: nowrap;
    }
    .product_show_tab li {
        width: 47%;
        margin-right: 2%;
        /*margin-bottom: 15px;*/
    }
    .product_show_tab li:nth-child(3), .product_show_tab li:nth-child(4) {
        margin-bottom: 0;
    }
    .product_show_left {
        width: 100%;
    }
    .product_show_right {
        display: none;
    }
    .product_show_fl_list li {
        width: 47%;
        border: 1px solid #bcbcbc;
        margin: 0 2% 15px 0;
    }
    .product_show_ly h2 {
        font: 24px/40px "微软雅黑";
        margin-bottom: 10px;
    }
    .product_show_ly h4 {
        font: 18px/30px "微软雅黑";
    }
    .product_show_ly_left {
        width: 100%;
    }
    .product_ly_form_box_tab {
        width: 100%;
        margin-bottom: 20px;
    }
    .product_ly_form_box_tab input {
        width: calc(100% - 92px);
    }
    .product_ly_form_box {
        margin-bottom: 20px;
    }
    .product_ly_form_box_tabt textarea {
        height: 100px;
        text-indent: 5px;
        font: 16px/24px "微软雅黑";
    }
    .product_ly_form_box_tabtt {
        padding-left: 0;
        padding-top: 10px;
    }
    .product_ly_form_box_tabtt p {
        width: 100%;
    }
    .product_ly_form_box_tabtt input {
        margin: 15px auto 0;
    }
    .product_show_ly_right {
        display: none;
    }
    .product_show_ly {
        height: auto;
    }
    .add_header, .add_footer_top {
        display: none;
    }
    .add_footer_btm {
        padding: 10px 0;
    }
    .add_gwf_title {
        font: 24px/40px "微软雅黑";
        margin-bottom: 20px;
    }
    .add_gwf_boxone_list li {
        width: 100%;
        padding: 20px;
        margin-bottom: 15px;
    }
    .add_gwf_boxtwo_left, .add_gwf_boxtwo_right {
        width: 100%;
        height: auto;
    }
    .add_gwf_boxthree {
        padding: 10px 0;
    }
    .add_gwf_boxthree li {
        width: 49% !important;
        margin-right: 2%;
        height: 128px !important;
    }
    .add_gwf_boxthree li:nth-child(2n) {
        margin-right: 0;
    }
    .add_message {
        height: auto;
        padding-top: 20px;
    }
    .add_message_top h2 {
        font: 24px/44px "微软雅黑";
        width: 200px;
        height: 44px;
    }
    .add_message_top_box, .add_message_right {
        display: none;
    }
    .add_wrap {
        width: 98%;
    }
    .add_message_left {
        width: 100%;
    }
    .add_message_form_box_tab {
        width: 100%;
        margin-bottom: 20px;
    }
    .add_message_form_box_tab input {
        width: calc(100% - 92px);
    }
    .add_message_form_box_tabt textarea {
        height: 100px;
        text-indent: 5px;
        font: 16px/24px "微软雅黑";
    }
    .add_message_form_box {
        margin-bottom: 0;
    }
    .add_message_form_box_tabtt input {
        margin: 30px auto;
    }
    #leftsead{
        display: none;
    }
    .add_new_left{
        width: 100%;
    }
    .index_new_top{
        flex-wrap: wrap;
    }
    .add_new_center,.add_new_right{
        width: 100%;
    }
    /*设备中心改版*/
    .product_box{
        flex-wrap: wrap;
    }
    .product_left,.product_right{
        width: 100%;
    }
    .product_left_top h2,.product_left_btm{
        display: none;
    }
    .product_kind {
        padding: 15px 10px;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .product_kind li{
        margin-right: 10px;
    }
    .product_kind li a{
        padding: 0 15px;
    }
    .product_kind li a i{
        display: none;
    }
    .product_right h3 {
        font: 20px/40px "微软雅黑";
        padding-left: 15px;
    }
    .product_right_list {
        padding: 20px 8px;
    }
    .product_right_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .product_right_list li:nth-child(2n){
        margin-right: 0;
    }
    /*设备中心改版*/
    .case_show_title {
        margin-bottom: 20px;
        background-size: 6%;
    }
    .product_show_pic_cg {
        padding-left: 52px;
    }
    .solution_show_lc p {
        padding-left: 0.5em;
    }
    .add_box a {
        display:none;
    }
    .case_show_title{
        width: 100%;
    }
    .new_list_b_left{
        width: 100%;
        height: auto;
    }
    .kjcx_rypz h3 {
    padding: 20px 0;
    font: 18px/30px "微软雅黑";
    }
    .kjcx_rypz_data{
      flex-wrap: wrap;
   }	
  .kjcx_rypz_data li {
    width: 49%;
}
.data-num div {
    font: 40px/60px "微软雅黑";
}
.data-num i {
    font: 18px/40px "微软雅黑";
padding-top: 20px; 
}
.kjcx_fmzl h3 i {
    font: 20px/44px "微软雅黑";
}
.kjcx_kjcx_box {
    width: 100%;
    height: auto;
    background: none;
}
.kjcx_kjcx_list {
    width:100%;
    padding-top: 10px;
}
.kjcx_kjcx_list li h4 {
    background: url(https://static.hnzkjq.com/common/images/kjcx_kjcx_title.png) no-repeat left center;
    padding-left: 32px;
    font: 18px/40px "微软雅黑";
    font-weight: 200;
    background-size: 10%;
}
.kjcx_kjcx_list li p {
    font: 12px/20px "微软雅黑";
}
.kjcx_kjyf_box_list li:first-child img {
    width: 100%;
    height: auto;
}
.kjcx_kjyf h3{padding:10px 0;}





}

/*移动端*/
/*新加*/
.header_tel{
     margin-top: -6px;
     padding-left: 53px;
     height: 48px;
     background: url(../images/header_tel.png) no-repeat left center;
}
 .header_tel p {
     font: 16px/18px "微软雅黑";
     color: #8b8b8b;
}
 .header_tel h3,.header_tel h3 a{
     font: 24px/30px "微软雅黑";
     color: #ff0707;
     font-weight: bold;
     text-decoration: none;
}
.nav_list li:last-child:hover{
    border:none;
}